This repository was archived by the owner on Sep 22, 2024. It is now read-only.
fix(deps): update grpc packages #63
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10->0.130.10->0.130.7->0.120.7->0.120.5->0.12Release Notes
tokio-rs/prost (prost)
v0.13.1Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.Bug fixes
v0.13.0Compare Source
note: this version was yanked in favor of 0.13.1
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This major update brings new features and fixes:
Breaking changes
derive Copy trait for messages where possible (#950)
prost-buildwill automatically derivetrait Copyfor some messages. If you manually implementCopyyou should remove your implementation.Change generated functions signatures to remove type parameters (#1045)
The function signature of
trait Messageis changed to useimpl Bufinstead of a named generic type. If you implementtrait Message, you should change the function signature.Lightweight error value in TryFrom for enums (#1010)
When a
impl TryFrom<i32>is generated byprostderive macros, it will now return the error typeUnknownEnumValueinstead ofDecodeError. The new error can be used to retreive the integer value that failed to convert.Features
fix: Only touch include file if contents is changed (#1058)
Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.
Dependencies
Documentation
Internal
v0.12.6Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch update fixes a regression:
error_message_protoc_not_found,protoc_from_env&protoc_include_from_env(#1063)v0.12.5Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch update brings new fixes:
Selfafter stripping enum type prefix (#998)Documentation
Internal
Syntaxto a separate file (#1029)CodeGenerator::boxedmethod (#1019)BytesType and MapTypeinto acollectionsmodule. (#1030)ConfigandModuleinto a separate module and files (#1020)taplo(#1034)v0.12.4Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch update brings new features and fixes:
prost-derivetoderive(#992)Dependencies
Documentation
Internal
v0.12.3Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new fixes:
v0.12.2Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
v0.12.1Compare Source
v0.12.0Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
synto version 2TryFrom<i32>for enumsAnyandNameimpl/traits.v0.11.9Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
Config::boxed(#802)v0.11.8Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
prost-types0.11.7 was yanked due to the above unintentional semver breakage.v0.11.7Compare Source
v0.11.6Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
v0.11.5Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
v0.11.3Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
logto print error logs.v0.11.2Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.This patch updates brings a few new features and fixes:
protocsourcing instructions in error messages.ClonetoServicetypes.v0.11.0Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prostgenerates simple, idiomatic Rust code fromproto2andproto3files.Relase 0.11 brings a few breaking changes and changes to how prost sources protoc.
prost-buildnow requiresprotocto be available in the path or setvia the
PROTOCenv var.prost-typesnow contains newTimestamp/DurationFromStrimplementations.1.56and all crates have been moved to edition 2021Notible changes that are not breaking:
prost-buildnow has acleanup-markdownfeature for cleaining upcode blocks from protobuf files so that they work under rustdoc tests.
prost-buildnow generatesas_str_namefor message types.hyperium/tonic (tonic)
v0.12.2Compare Source
Features
Bug Fixes
v0.12.1Compare Source
Bug Fixes
v0.12.0Compare Source
This breaking release updates tonic to the hyper
1.0ecosystem and also updatesto prost
v0.13.0.Features
Bug Fixes
BREAKING CHANGES
tonicand crates updated to hyper 1.0 (#1670)tonicand crates updated to prost 0.13 (#1779)tonic_reflection::serveris updated to use the generatedtonic_reflection::pb::v1code.v0.11.0Compare Source
BREAKING CHANGES:
NamedServicefrom thetransportmodule, please import it viatonic::server::NamedService.1.70.Features
zstdcompression support.connecto_with_connector_lazy.v0.22tonic-reflection.v0.10.2Compare Source
Bug Fixes
v0.10.1Compare Source
Bug Fixes
v0.10.0Compare Source
Bug Fixes
httpscheme (#1454) (95e81f5)Features
google.rpc.Status(#1430) (5fd635a)Router::into_router(#1442) (ea06a1b)GrpcWebClientService(#1472) (dc29c17)0.9.2 (2023-04-17)
0.9.1 (2023-04-03)
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
Bug Fixes
enableand update docs (#1326) (a9db219)Features
local_addrtoRequest o(#1327) (b54ce23)DebugInfoerror message type (#1179) (3076e82)0.8.4 (2022-11-29)
Bug Fixes
0.8.3 (2022-11-28)
Bug Fixes
Features
build_transportbuilder option (#1130) (1f5bc9b)CodeGenBuilder(#1154) (c4525ba)Request#into_partsandRequest#from_parts(#1118) (b409ddd)from_listenerforTcpIncoming(#1093) (0b03b30)0.8.2 (2022-09-28)
Bug Fixes
Features
Result<T>type alias forstd::result::Result<T, tonic::Status>(#1085) (56ff45d)cleanup-markdownfeature flag (#1086) (c1b08df)CloneforStatususingArc(#1076) (ee3d0df)v0.8.3Compare Source
Bug Fixes
Features
build_transportbuilder option (#1130) (1f5bc9b)CodeGenBuilder(#1154) (c4525ba)Request#into_partsandRequest#from_parts(#1118) (b409ddd)from_listenerforTcpIncoming(#1093) (0b03b30)v0.8.2Compare Source
Bug Fixes
Features
Result<T>type alias forstd::result::Result<T, tonic::Status>(#1085) (56ff45d)cleanup-markdownfeature flag (#1086) (c1b08df)CloneforStatususingArc(#1076) (ee3d0df)v0.8.1Compare Source
v0.8.0Compare Source
Features
Grpc::with_originfor clients (#1017) (10f6d2f)NamedServicefrom thetransportfeature (#969) (feae96c)BREAKING CHANGES
CODEC_PATHmoved from const to fn0.7.2 (2022-05-05)
Bug Fixes
Defaultbound requirement (#974) (4533a6e)HttpsUriWithoutTlsSupportonly w/ tls feat (#996) (1dd5ad2)Features
0.7.1 (2022-04-04)
Features
channelfeature flag (#960) (f1ca90f)Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.